1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSUPPLIERSPRODUCT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmSUPPLIERSPRODUCT))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.Label2 = New System.Windows.Forms.Label()
28         Me.Label1 = New System.Windows.Forms.Label()
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
30         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
31         Me.grpCat = New System.Windows.Forms.GroupBox()
32         Me.cmdcancel = New System.Windows.Forms.Button()
33         Me.CmdSearch = New System.Windows.Forms.Button()
34         Me.txtname = New System.Windows.Forms.TextBox()
35         Me.Label5 = New System.Windows.Forms.Label()
36         Me.PictureBox2 = New System.Windows.Forms.PictureBox()
37         Me.Label4 = New System.Windows.Forms.Label()
38         Me.lstSupplies = New System.Windows.Forms.ListView()
39         Me.Label3 = New System.Windows.Forms.Label()
40         Me.lstSuppliers = New System.Windows.Forms.ListView()
41         Me.Panel1.SuspendLayout()
42         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
43         Me.GroupBox1.SuspendLayout()
44         Me.grpCat.SuspendLayout()
45         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
46         Me.SuspendLayout()
47         
'
48         
'Panel1
49         
'
50         Me.Panel1.Controls.Add(Me.Label2)
51         Me.Panel1.Controls.Add(Me.Label1)
52         Me.Panel1.Controls.Add(Me.PictureBox1)
53         Me.Panel1.Location = New System.Drawing.Point(
0, 4)
54         Me.Panel1.Name =
"Panel1"
55         Me.Panel1.Size = New System.Drawing.Size(
336, 55)
56         Me.Panel1.TabIndex =
0
57         
'
58         
'Label2
59         
'
60         Me.Label2.AutoSize = True
61         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.Label2.Location = New System.Drawing.Point(
62, 26)
63         Me.Label2.Name =
"Label2"
64         Me.Label2.Size = New System.Drawing.Size(
164, 13)
65         Me.Label2.TabIndex =
2
66         Me.Label2.Text =
"Track Current Suppliers Products"
67         
'
68         
'Label1
69         
'
70         Me.Label1.AutoSize = True
71         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
73         Me.Label1.Location = New System.Drawing.Point(
61, 3)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
250, 23)
76         Me.Label1.TabIndex =
1
77         Me.Label1.Text =
"Suppliers Product Listing"
78         
'
79         
'PictureBox1
80         
'
81         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
82         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
83         Me.PictureBox1.Name =
"PictureBox1"
84         Me.PictureBox1.Size = New System.Drawing.Size(
52, 49)
85         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
86         Me.PictureBox1.TabIndex =
0
87         Me.PictureBox1.TabStop = False
88         
'
89         
'GroupBox1
90         
'
91         Me.GroupBox1.Controls.Add(Me.PictureBox2)
92         Me.GroupBox1.Controls.Add(Me.Label4)
93         Me.GroupBox1.Controls.Add(Me.lstSupplies)
94         Me.GroupBox1.Controls.Add(Me.Label3)
95         Me.GroupBox1.Controls.Add(Me.lstSuppliers)
96         Me.GroupBox1.Location = New System.Drawing.Point(
3, 85)
97         Me.GroupBox1.Name =
"GroupBox1"
98         Me.GroupBox1.Size = New System.Drawing.Size(
823, 451)
99         Me.GroupBox1.TabIndex =
1
100         Me.GroupBox1.TabStop = False
101         
'
102         
'grpCat
103         
'
104         Me.grpCat.BackColor = System.Drawing.Color.LightGray
105         Me.grpCat.Controls.Add(Me.cmdcancel)
106         Me.grpCat.Controls.Add(Me.CmdSearch)
107         Me.grpCat.Controls.Add(Me.txtname)
108         Me.grpCat.Controls.Add(Me.Label5)
109         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
110         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.grpCat.Location = New System.Drawing.Point(
342, 4)
112         Me.grpCat.Name =
"grpCat"
113         Me.grpCat.Size = New System.Drawing.Size(
320, 68)
114         Me.grpCat.TabIndex =
5
115         Me.grpCat.TabStop = False
116         Me.grpCat.Text =
"Search by Supplier Name "
117         Me.grpCat.Visible = False
118         
'
119         
'cmdcancel
120         
'
121         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
122         Me.cmdcancel.Name =
"cmdcancel"
123         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
124         Me.cmdcancel.TabIndex =
3
125         Me.cmdcancel.Text =
"&Cancel"
126         Me.cmdcancel.UseVisualStyleBackColor = True
127         
'
128         
'CmdSearch
129         
'
130         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
131         Me.CmdSearch.Name =
"CmdSearch"
132         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
133         Me.CmdSearch.TabIndex =
2
134         Me.CmdSearch.Text =
"&Search"
135         Me.CmdSearch.UseVisualStyleBackColor = True
136         
'
137         
'txtname
138         
'
139         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.txtname.Location = New System.Drawing.Point(
60, 23)
141         Me.txtname.MaxLength =
50
142         Me.txtname.Name =
"txtname"
143         Me.txtname.Size = New System.Drawing.Size(
254, 22)
144         Me.txtname.TabIndex =
1
145         
'
146         
'Label5
147         
'
148         Me.Label5.AutoSize = True
149         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
150         Me.Label5.Location = New System.Drawing.Point(
7, 31)
151         Me.Label5.Name =
"Label5"
152         Me.Label5.Size = New System.Drawing.Size(
52, 13)
153         Me.Label5.TabIndex =
0
154         Me.Label5.Text =
"Search :"
155         
'
156         
'PictureBox2
157         
'
158         Me.PictureBox2.Image = Global.prjSalesInventory.My.Resources.Resources.x1
159         Me.PictureBox2.Location = New System.Drawing.Point(
12, 231)
160         Me.PictureBox2.Name =
"PictureBox2"
161         Me.PictureBox2.Size = New System.Drawing.Size(
13, 39)
162         Me.PictureBox2.TabIndex =
4
163         Me.PictureBox2.TabStop = False
164         
'
165         
'Label4
166         
'
167         Me.Label4.AutoSize = True
168         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         Me.Label4.Location = New System.Drawing.Point(
31, 240)
170         Me.Label4.Name =
"Label4"
171         Me.Label4.Size = New System.Drawing.Size(
106, 13)
172         Me.Label4.TabIndex =
3
173         Me.Label4.Text =
"Supplier Products"
174         
'
175         
'lstSupplies
176         
'
177         Me.lstSupplies.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
178         Me.lstSupplies.FullRowSelect = True
179         Me.lstSupplies.GridLines = True
180         Me.lstSupplies.Location = New System.Drawing.Point(
25, 255)
181         Me.lstSupplies.Name =
"lstSupplies"
182         Me.lstSupplies.Size = New System.Drawing.Size(
792, 219)
183         Me.lstSupplies.TabIndex =
2
184         Me.lstSupplies.UseCompatibleStateImageBehavior = False
185         Me.lstSupplies.View = System.Windows.Forms.View.Details
186         
'
187         
'Label3
188         
'
189         Me.Label3.AutoSize = True
190         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.Label3.Location = New System.Drawing.Point(
9, 10)
192         Me.Label3.Name =
"Label3"
193         Me.Label3.Size = New System.Drawing.Size(
82, 13)
194         Me.Label3.TabIndex =
1
195         Me.Label3.Text =
"Suppliers List"
196         
'
197         
'lstSuppliers
198         
'
199         Me.lstSuppliers.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.lstSuppliers.FullRowSelect = True
201         Me.lstSuppliers.GridLines = True
202         Me.lstSuppliers.Location = New System.Drawing.Point(
6, 26)
203         Me.lstSuppliers.Name =
"lstSuppliers"
204         Me.lstSuppliers.Size = New System.Drawing.Size(
811, 205)
205         Me.lstSuppliers.TabIndex =
0
206         Me.lstSuppliers.UseCompatibleStateImageBehavior = False
207         Me.lstSuppliers.View = System.Windows.Forms.View.Details
208         
'
209         
'FrmSUPPLIERSPRODUCT
210         
'
211         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
212         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
213         Me.BackColor = System.Drawing.Color.WhiteSmoke
214         Me.ClientSize = New System.Drawing.Size(
869, 558)
215         Me.Controls.Add(Me.grpCat)
216         Me.Controls.Add(Me.GroupBox1)
217         Me.Controls.Add(Me.Panel1)
218         Me.Name =
"FrmSUPPLIERSPRODUCT"
219         Me.Text =
"Supplier Products"
220         Me.Panel1.ResumeLayout(False)
221         Me.Panel1.PerformLayout()
222         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
223         Me.GroupBox1.ResumeLayout(False)
224         Me.GroupBox1.PerformLayout()
225         Me.grpCat.ResumeLayout(False)
226         Me.grpCat.PerformLayout()
227         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
228         Me.ResumeLayout(False)
229
230     End Sub
231     Friend WithEvents Panel1 As System.Windows.Forms.Panel
232     Friend WithEvents Label2 As System.Windows.Forms.Label
233     Friend WithEvents Label1 As System.Windows.Forms.Label
234     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
235     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
236     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
237     Friend WithEvents Label4 As System.Windows.Forms.Label
238     Friend WithEvents lstSupplies As System.Windows.Forms.ListView
239     Friend WithEvents Label3 As System.Windows.Forms.Label
240     Friend WithEvents lstSuppliers As System.Windows.Forms.ListView
241     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
242     Friend WithEvents cmdcancel As System.Windows.Forms.Button
243     Friend WithEvents CmdSearch As System.Windows.Forms.Button
244     Friend WithEvents txtname As System.Windows.Forms.TextBox
245     Friend WithEvents Label5 As System.Windows.Forms.Label
246 End Class


Gõ tìm kiếm nhanh...